@import url(http://fonts.googleapis.com/css?family=Alice);

html,body {
	padding: 0;
	margin: 0;
}

body {
	color: #646464;
	font:normal 14px/1.5em "Liberation sans", Arial, Helvetica, sans-serif;
}

.content .col1, .fbg {
	text-align: justify;
}

table {
	text-align: left;
}

h1 {
	font-family: 'Alice', serif;
	margin:0;
	padding:6px 0 0;
	font-size:40px;
	font-weight:normal;
	text-transform:none;
	text-align:center;
}

h1 a:link, h1 a:visited {
	color: #585858;
    text-shadow: 1px 1px 2px #ffffff;
    text-decoration: none;
    font-weight: normal;
}

.smallTitle p {
	font-family: 'Alice', serif;
	margin: 0;
	padding: 2px 0;
}

h2, h3, h4, h5, h6 {
	font-size: 17px;
	font-weight: normal;
	margin: 6px 0;
	padding: 6px 0;
	color:#3f3f3f;
}

h2.title {
	color: #6e6e6e;
	font-size: 18px;
	margin: 0;
}

h2.infopost {
	font-size: 20px;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	border-bottom: 1px solid #d8d8d6;
	font-style: italic;
}

h2.infopost span {
	font-style: normal;
	color: #646464;
}

p.subtitle {
	font-style: italic;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.fbg h2 {
	font-size: 16px;
	margin: 0;
	color: #d8d8d6;
	font-weight: normal;
	border-bottom: 1px solid #d8d8d6;
}

.fbg a:link, .fbg a:visited {
	color: #ffffff;
}

li li, li p, li h3 {
	font-size: 1em;
}

p {
	margin:8px 0;
	padding:0 0 8px 0;
}

ul {
	list-style-type: disc;
	margin: 5px 10px;
	padding: 0 15px;
}

li {
	margin-top: 5px;
	margin-left: 20px;
}

a:link, a:visited {
	color: #009999;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

a img {
	border: 1px solid #8B8B8B;
    margin: 0;
    padding: 0;
}

img.left {
	margin: 0 10px 10px 0;
}

img.right {
	margin: 0 0 10px 10px;
}

.noscreen {
	position: absolute;
	top: -1000em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

caption, table td, table th {
	font-size: 0.9em;
}

table {
	margin: 0.75em auto;
	border: 1px solid #f0f0f0;
	color: #404040;
}

table th {
	margin: 0.75em;
	padding: 0.5em;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #f0f0f0;
	background-color: #646464;
	color: #ffffff;
}

table td {
	margin: 0.75em;
	padding: 0.5em;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #f0f0f0;
	background-color: #ffffff;
}

table caption {
	margin: 1em auto 0 auto;
	font-weight: bold;
}

.centerText {
	text-align: center;
}

.rightText {
	text-align: right;
}

.bolded {
	font-weight: bold;
}

label {
	font-weight: bold;
}

input.text, textarea {
	border: 1px solid #aeaeae;
}

input.button {
	background: #f8ffe8; /* Old browsers */
	background: -moz-linear-gradient(top, #f8ffe8 0%, #b5e0e0 0%, #009999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ffe8), color-stop(0%,#b5e0e0), color-stop(100%,#009999)); /* Chrome,Safari4+ */
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #D8D8D6;
	padding: 5px;
	color: #3F3F3F;
	font-weight: bold;
}

select {
	background-color: #ffffff;
}

fieldset legend {
	font-size: 16px;
	color: #009999;
	font-weight: bold;
    text-shadow: 1px 1px 1px #ffffff;
}

fieldset {
	border: 1px solid #009999;
	margin: 10px 0;
	background-color: #f8f8f8;
}

.noborder {
	border: none;
}

span.date {
	color: #009999;
	font-weight: bold;
	font-size: 14px;
}

p.paginazione {
	text-align: center;
}

div.bar-content-edit {
	background-color: #baff83;
}

div.bar-content-edit p {
	margin: 0;
	padding: 0;
	text-align: right;
}

div.bar-content-edit a img {
	border: none;
}